#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
#lbOverlay.grey { background-color: #000000; }
#lbOverlay.red { background-color: #330000; }
#lbOverlay.green { background-color: #003300; }
#lbOverlay.blue { background-color: #011D50; }
#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
#lbOuterContainer.grey { border: 3px solid #888888; }
#lbOuterContainer.red { border: 3px solid #DD0000; }
#lbOuterContainer.green { border: 3px solid #00B000; }
#lbOuterContainer.blue { border: 3px solid #5F89D8; }
#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url("images/loading.gif") center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url("images/blank.gif") no-repeat; display: block; left: 0; float: left; }
#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url("images/prev_grey.gif") left 15% no-repeat; }
#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url("images/prev_red.gif") left 15% no-repeat; }
#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url("images/prev_green.gif") left 15% no-repeat; }
#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url("images/prev_blue.gif") left 15% no-repeat; }
#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url("images/prev_gold.gif") left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url("images/blank.gif") no-repeat; display: block; right: 0; float: right; }
#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url("images/next_grey.gif") right 15% no-repeat; }
#lbNext.red:hover, #lbNext.red:visited:hover { background: url("images/next_red.gif") right 15% no-repeat; }
#lbNext.green:hover, #lbNext.green:visited:hover { background: url("images/next_green.gif") right 15% no-repeat; }
#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url("images/next_blue.gif") right 15% no-repeat; }
#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url("images/next_gold.gif") right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }

#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }

#lbDetailsData { padding: 0 10px; }
#lbDetailsData.grey { color: #333333; }
#lbDetailsData.red { color: #620000; }
#lbDetailsData.green { color: #003300; }
#lbDetailsData.blue { color: #01379E; }
#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
#lbClose.grey { background: url("images/close_grey.png") no-repeat; }
#lbClose.red { background: url("images/close_red.png") no-repeat; }
#lbClose.green { background: url("images/close_green.png") no-repeat; }
#lbClose.blue { background: url("images/close_blue.png") no-repeat; }
#lbClose.gold { background: url("images/close_gold.png") no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
#lbPlay.grey { background: url("images/play_grey.png") no-repeat; }
#lbPlay.red { background: url("images/play_red.png") no-repeat; }
#lbPlay.green { background: url("images/play_green.png") no-repeat; }
#lbPlay.blue { background: url("images/play_blue.png") no-repeat; }
#lbPlay.gold { background: url("images/play_gold.png") no-repeat; }

#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
#lbPause.grey { background: url("images/pause_grey.png") no-repeat; }
#lbPause.red { background: url("images/pause_red.png") no-repeat; }
#lbPause.green { background: url("images/pause_green.png") no-repeat; }
#lbPause.blue { background: url("images/pause_blue.png") no-repeat; }
#lbPause.gold { background: url("images/pause_gold.png") no-repeat; }

body{
	background:url('images/bg.png') repeat-x;
	background-color:#F0F0F0;
	font-family:Arial, Helvetica, sans-serif;
	color:#222;
}

/* Global */
.clearLine{
	clear:both;
}

form{
	padding:0;
	margin:0;
}

li{
	margin:5px 0px 2px 0px;
	padding:1px 0px 1px 0px;
}

#wrapper{
	width: 990px;
	height:auto !important;
	height:150px;
	min-height:150px;
	margin:5px auto;
	background-color:#fff;
	padding:5px 10px 5px 10px;
	border:1px solid #9DAF72;
}

#topHeader{
	width:990px;
	height:75px;
	float:left;
	border-top:6px solid #9DAF72;
	border-bottom:1px solid #9DAF72;
}

#topLeft{
	width:300px;
	height:50px;
	float:left;
	color:#555;
}

#name{
	width:300px;
	height:50px;
	float:left;
	text-align:left;
	font-size:40px;
	font-weight:bold;
	color:#555;
	text-decoration:none;
}

#title{
	width:300px;
	height:20px;
	float:left;
	text-align:left;
	font-size:16px;
	font-style:italic;	
}

#topNav1{
	width:680px;
	min-height:20px;
	float:right;
	text-align:right;
	color:#666;
	font-size:20px;
	padding-top:47px;
}

#topNav1 a, #topNav2 a{
	color:#666;
	text-decoration:none;
}

#topNav1 a:hover, #topNav2 a:hover{
	color:#666;
	text-decoration:underline;
}

#topNav2{
	width:483px;
	min-height:20px;
	float:right;
	text-align:left;
	color:#666;
	font-size:16px;
	font-weight:bold;
	padding:5px 0px 5px 507px;
	border-bottom:1px dotted #9DAF72;
}

.topNavLinkActive, .topNavLinkActive a{
	background-color:#9DAF72;
	color:#fff !important;
	padding:2px 3px 2px 3px;
}

#content{
	width:1000px;
	min-height:20px;
	float:left;
	padding:10px 0px 10px 0px;
	clear:both;
	font-size:14px;
}

h1#pageTitle{
	text-align:center;
	font-size:24px;
	padding:0px 0px 20px 0px;
	margin:0;
	line-height:30px;
}

h2.sectionTitle{
	font-size:18px;
	line-height:24px;
	padding:0;
	margin:0;
	text-decoration:underline;
	color:#593E1A;
}

h3{
	font-size:16px;
	line-height:18px;
	padding:0;
	margin:0;
}

h3.pg_not_found{
	font-size:16px;
	line-height:20px;
	padding:30px 0px 30px 34px;
	margin:0;
}

h4{
	font-size:12px;
	line-height:16px;
	padding:0;
	margin:0;
}

h5{
	font-size:14px;
	line-height:14px;
	padding:0;
	margin:0;
}

ul{
	padding:0px 0px 0px 30px;
	margin:0;
}

li{
	line-height:18px;
}

/* Footer */
#footer{
	width:990px;
	min-height:10px;
	float:left;
	padding:10px 0px 10px 0px;
	border-top:1px dotted #9DAF72;
	color:#333;
	font-size:12px;
	clear:both;
}

#footerSpacer{
	width:50px;
	height:60px;
	float:left;
}

.footerBoxes{
	width:90px;
	min-height:20px;
	float:left;
	text-align:center;
	padding:0px 20px 0px 20px;
}

.footerBoxes a{
	text-decoration:none;
	color:#333;
}

.footerBoxes a:hover{
	text-decoration: underline;;
	color:#333;
}

.footerBoxes h4{
	font-size:11px;
}

.footerList{
	padding-left:5px;
}

#copyright{
	text-align:center;
	padding:10px 0px 0px 0px;
}

#copyright a{
	color:#333;
	text-decoration:underline;
}

#footerPoweredBy{
	min-width:200px;
	min-height:60px;
	float:right;
	text-align:center;
	padding:0px 0px 0px 10px;
	border-left:1px dotted #9DAF72;
}

#footerPoweredBy img{
	height:40px;
}

/* Main Page */
#mainpage_quote{
	width: 350px;
	min-height:200px;
	float:left;
	text-align:left;
	padding-left:100px;
}

#mainpage_quote img{
	height:300px;
}

#mainpage_right_info{
	width:450px;
	min-height:200px;
	float:left;
	margin:0px 0px 0px 10px;
	line-height:20px;
}

/* Contact Page */
#contact_cartoon{
	width:310px;
	min-height:400px;
	float:left;
	margin-left:90px;
}

#contact_cartoon img{
	width:300px;
}


#contactRight{
	width:350px;
	min-height:100px;
	float:left;
	padding:0px 0px 0px 130px;
}

#contact_box{
	width:270px;
	min-height:100px;
	float:left;
	margin:20px 0px 0px 50px;
	padding: 10px 10px 25px 35px;
	border:2px solid #9DAF72;
}

#contact_box_title{
	font-size:18px;
	text-align:center;
	text-decoration: underline;
}

/* Qualification Page */
#qualificationLeft{
	width:450px;
	min-height:200px;
	float:left;
	padding:0px 20px 0px 0px;
	border-right:1px solid #999;
}

#qualificationRight{
	width:450px;
	min-height:200px;
	float:left;
	padding:0px 0px 0px 20px;
}

.qualification_timeframe{
	font-style:italic;
	color:#C7511F;
	font-size:12px;
	padding-left:10px;
}

/* Resume Page */
#resumeRight{
	width:400px;
	min-height:30px;
	float:left;
	margin-left:20px;
}

#resume_cartoon{
	width:400px;
	min-height:200px;
	float:left;
	margin-left:50px;
}

#resume_cartoon img{
	width:400px;
}

.resume_download_box{
	width:160px;
	min-height:40px;
	padding:5px;
	float:left;
	margin:20px 0px 0px 30px;
	text-align:center;
	border:1px solid #fff;
}

.resume_download_box:hover{
	border:1px solid #9DAF72;
}

.resume_download_box img{
	width:100px;
	border:0;
}

.resume_download_box a{
	text-decoration:none;
	color:#222;
}

/* Projects Page */
.portfolioLinks{
	color:#333;
}

#portfolioLeft{
	width:470px;
	min-height:300px;
	float:left;
	padding:0px 20px 0px 0px;
	border-right:1px solid #999;
}

#portfolioRight{
	width:470px;
	min-height:300px;
	float:left;
	padding:0px 0px 0px 20px;
}

#portfolioLeft a, #portfolioRight a{
	text-decoration:none;
}

#portfolioLeft a:hover, #portfolioRight a:hover{
	text-decoration:none;
	border:none;
}

.projects_box{
	width:210px;
	min-height:100px;
	float:left;
	padding:5px;
	border:1px solid #fff;
	text-align:center;
	font-size:11px;
	margin:5px;
}

.projects_box:hover{
	border:1px solid #C7511F;
}

.projects_box a{
	text-decoration:none;
}

.projects_box img{
	border:none;
	max-width:200px;
}

/* Sitemap */
.sitemapRow{
	width:auto;
	float:left;
	padding:5px;
	margin-left:30px;
	border:1px solid #fff;
}

.sitemapRow:hover{
	border-bottom:1px dotted #C7511F;
}

.sitemapRow a{
	color:#333;
	text-decoration:none;
}

.sitemapText{
	width: 100px;
	float:left;
}

.sitemapURL{
	width:auto;
	float:left;
}

/* Experiences Page */
.expData{
	width:975px;
	min-height:60px;
	float:left;
	border:1px double #ccc;
	padding:5px 5px 5px 5px;
	margin:0px 0px 10px 0px;
}

.expData:hover{
	border:1px solid #C7511F;
}

table.expLeft{
	border:0;
	background-color:#EAEAEA;
	width:300px;
	min-height:60px;
	float:left;
	font-size:13px;
}

table.expLeft tr{
	vertical-align:top;
}

.expRight{
	border:0;
	background-color:#EAEAEA;
	width:650px;
	min-height:60px;
	float:left;
	padding:0px 5px 5px 5px;
	margin:0px 0px 0px 10px;
}

.expColTitle{
	font-weight:bold;
	width:95px;
}

.expTaskTitle{
	width:100%;
	min-height:10px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #999;
	padding:3px 0px 3px 0px;
	margin:0px 0px 5px 0px;
}


